home *** CD-ROM | disk | FTP | other *** search
/ CD Fun House 1 / CD Fun House (Wayzata Technology).iso / •AdventureLand• / Adventures / SpaceEscape •••• / SpaceEscape ееее / card_37143.txt < prev    next >
Text File  |  1990-10-02  |  2KB  |  90 lines

  1. -- card: 37143 from stack: in
  2. -- bmap block id: 42817
  3. -- flags: 4000
  4. -- background id: 2669
  5. -- name: secretary
  6. ----- HyperTalk script -----
  7. on opencard
  8.   global deadsec
  9.   if deadsec is "yes" then
  10.     go to card "sec2"
  11.     exit opencard
  12.   end if
  13.   put quote&"I'm sorry, sir, but no one is allowed inside,""e& " says the secretary." into field "info"
  14.   pass opencard
  15. end opencard
  16.  
  17.  
  18. -- part 1 (button)
  19. -- low flags: 00
  20. -- high flags: 0000
  21. -- rect: left=226 top=124 right=215 bottom=274
  22. -- title width / last selected line: 0
  23. -- icon id / first selected line: 0 / 0
  24. -- text alignment: 1
  25. -- font id: 0
  26. -- text size: 12
  27. -- style flags: 0
  28. -- line height: 16
  29. -- part name: 
  30. ----- HyperTalk script -----
  31. on mouseUp
  32.   global objectname
  33.   put "door" into objectname
  34.   visual effect zoom open
  35.   go card "door of cell1"
  36. end mouseUp
  37.  
  38.  
  39.  
  40. -- part 2 (button)
  41. -- low flags: 00
  42. -- high flags: 0000
  43. -- rect: left=277 top=169 right=228 bottom=392
  44. -- title width / last selected line: 0
  45. -- icon id / first selected line: 0 / 0
  46. -- text alignment: 1
  47. -- font id: 0
  48. -- text size: 12
  49. -- style flags: 0
  50. -- line height: 16
  51. -- part name: 
  52. ----- HyperTalk script -----
  53. on mouseUp
  54.   global objectname
  55.   put "desk" into objectname
  56.   visual effect zoom open
  57.   go card "sec's desk"
  58. end mouseUp
  59.  
  60.  
  61.  
  62. -- part 4 (button)
  63. -- low flags: 00
  64. -- high flags: 0000
  65. -- rect: left=317 top=122 right=182 bottom=357
  66. -- title width / last selected line: 0
  67. -- icon id / first selected line: 0 / 0
  68. -- text alignment: 1
  69. -- font id: 0
  70. -- text size: 12
  71. -- style flags: 0
  72. -- line height: 16
  73. -- part name: 
  74. ----- HyperTalk script -----
  75. on mouseUp
  76.   global objectname
  77.   put "secretary" into objectname
  78.   visual effect zoom open
  79.   go card "the sec"
  80. end mouseUp
  81.  
  82.  
  83.  
  84. -- part contents for background part 18
  85. ----- text -----
  86. Secretary
  87.  
  88. -- part contents for background part 6
  89. ----- text -----
  90. "I'm sorry, sir, but no one is allowed inside," says the secretary.